home *** CD-ROM | disk | FTP | other *** search
- Path: airdmhor.gen.nz!not-for-mail
- From: gumboot@airdmhor.gen.nz (Simon Hosie)
- Newsgroups: comp.lang.c
- Subject: Re: Global Data
- Date: 16 Mar 1996 07:56:58 +1300
- Organization: Airdmhor : a couple of BBS's, a bunch of people, and a cat.
- Message-ID: <4icehq$h84@airdmhor.gen.nz>
- References: <4i5gbb$34u@bertrand.ccs.carleton.ca>
- NNTP-Posting-Host: airdmhor.gen.nz
- X-Newsreader: TIN [version 1.2 PL2]
-
- Andrew Belo:
- > I am trying to compile some plasma source(in c!) that I got of the net and
- > when I compile it using BC++ v4.5 I get an error that says Too much
- > global data defined in file. Can anyone help me to get ride of this?
- > Thanx in advance.
-
- Either get a real compiler (worth it in the long run) or stick the
- keyword 'far' in front of anything that looks really big.
-
- Come to think of it, I guess BC _is_ a real compiler, perhaps you should
- get a protected one. It's odd that they decided to call real mode 'real
- mode', given that it's the last thing anyone would think of as a _real_
- mode.
-